home *** CD-ROM | disk | FTP | other *** search
/ DarkBasic Professional / DarkBasicPro.iso / Demos / Geospace 3D Trial / Geo3d12010Setup.exe / Geoscape3d.exe / 0 / RCDATA / TPLUGINSFORM / TPLUGINSFORM.txt
Encoding:
Text File  |  2004-06-28  |  3.9 KB  |  191 lines

  1. inherited PluginsForm: TPluginsForm
  2.   Left = 413
  3.   Top = 266
  4.   Width = 413
  5.   Height = 353
  6.   HelpType = htKeyword
  7.   HelpKeyword = 'pluginmanager.htm'
  8.   BorderWidth = 4
  9.   Caption = 'Plugin Manager'
  10.   OnClose = FormClose
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object PluginsListView: TListView [0]
  14.     Left = 88
  15.     Top = 96
  16.     Width = 177
  17.     Height = 169
  18.     Columns = <
  19.       item
  20.         Caption = 'Name'
  21.         Width = 150
  22.       end
  23.       item
  24.         Caption = 'Author'
  25.         Width = 100
  26.       end>
  27.     RowSelect = True
  28.     TabOrder = 0
  29.     ViewStyle = vsReport
  30.   end
  31.   object Panel1: TPanel [1]
  32.     Left = 0
  33.     Top = 278
  34.     Width = 397
  35.     Height = 32
  36.     Align = alBottom
  37.     BevelOuter = bvNone
  38.     TabOrder = 1
  39.     OnResize = Panel1Resize
  40.     object Button1: TButton
  41.       Left = 114
  42.       Top = 5
  43.       Width = 75
  44.       Height = 25
  45.       Caption = 'Ok'
  46.       Default = True
  47.       ModalResult = 1
  48.       TabOrder = 0
  49.     end
  50.     object Button2: TButton
  51.       Left = 194
  52.       Top = 5
  53.       Width = 75
  54.       Height = 25
  55.       Cancel = True
  56.       Caption = 'Cancel'
  57.       ModalResult = 2
  58.       TabOrder = 1
  59.     end
  60.   end
  61.   object Panel2: TPanel [2]
  62.     Left = 313
  63.     Top = 0
  64.     Width = 84
  65.     Height = 278
  66.     Align = alRight
  67.     BevelOuter = bvNone
  68.     TabOrder = 2
  69.     object RunButton: TButton
  70.       Left = 7
  71.       Top = 21
  72.       Width = 75
  73.       Height = 25
  74.       Caption = 'Run'
  75.       TabOrder = 0
  76.       OnClick = RunButtonClick
  77.     end
  78.   end
  79.   object PageControl: TPageControl [3]
  80.     Left = 0
  81.     Top = 0
  82.     Width = 313
  83.     Height = 278
  84.     ActivePage = Importers
  85.     Align = alClient
  86.     TabIndex = 0
  87.     TabOrder = 3
  88.     OnChange = PageControlChange
  89.     object Importers: TTabSheet
  90.       Caption = 'Importers'
  91.       object ImportersListView: TListView
  92.         Left = 0
  93.         Top = 0
  94.         Width = 305
  95.         Height = 250
  96.         Align = alClient
  97.         BevelInner = bvNone
  98.         BevelOuter = bvNone
  99.         Columns = <
  100.           item
  101.             Caption = 'Name'
  102.             Width = 100
  103.           end
  104.           item
  105.             Caption = 'Author'
  106.             Width = 90
  107.           end
  108.           item
  109.             AutoSize = True
  110.             Caption = 'Help String'
  111.           end
  112.           item
  113.             AutoSize = True
  114.             Caption = 'Plugin File'
  115.           end>
  116.         RowSelect = True
  117.         TabOrder = 0
  118.         ViewStyle = vsReport
  119.         OnClick = ImportersListViewClick
  120.         OnDblClick = RunButtonClick
  121.       end
  122.     end
  123.     object Exporters: TTabSheet
  124.       Caption = 'Exporters'
  125.       ImageIndex = 1
  126.       object ExportersListView: TListView
  127.         Left = 0
  128.         Top = 0
  129.         Width = 305
  130.         Height = 250
  131.         Align = alClient
  132.         Columns = <
  133.           item
  134.             Caption = 'Name'
  135.             Width = 100
  136.           end
  137.           item
  138.             Caption = 'Author'
  139.             Width = 90
  140.           end
  141.           item
  142.             AutoSize = True
  143.             Caption = 'HelpString'
  144.           end
  145.           item
  146.             AutoSize = True
  147.             Caption = 'Plugin File'
  148.           end>
  149.         RowSelect = True
  150.         TabOrder = 0
  151.         ViewStyle = vsReport
  152.         OnClick = ImportersListViewClick
  153.         OnDblClick = RunButtonClick
  154.       end
  155.     end
  156.     object HeightMapTools: TTabSheet
  157.       Caption = 'Height Map Tools'
  158.       ImageIndex = 2
  159.       object HeightMapListView: TListView
  160.         Left = 0
  161.         Top = 0
  162.         Width = 305
  163.         Height = 250
  164.         Align = alClient
  165.         Columns = <
  166.           item
  167.             Caption = 'Name'
  168.             Width = 100
  169.           end
  170.           item
  171.             Caption = 'Author'
  172.             Width = 90
  173.           end
  174.           item
  175.             AutoSize = True
  176.             Caption = 'Help String'
  177.           end
  178.           item
  179.             AutoSize = True
  180.             Caption = 'Plugin File'
  181.           end>
  182.         RowSelect = True
  183.         TabOrder = 0
  184.         ViewStyle = vsReport
  185.         OnClick = ImportersListViewClick
  186.         OnDblClick = RunButtonClick
  187.       end
  188.     end
  189.   end
  190. end
  191.